/* CSS Document */
.top {
	height: 2.35rem;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.top.on {
	background-color: rgba(255, 255, 255, 0.8);
	transition: all 0.5s;
}

.top2 {
	height: 2.35rem;
	margin-right: auto;
	margin-left: auto;
}

.top .logo {
	float: left;
	display: block;
}

.top .logo img {}

.top .logo2 {
	display: none;
}

.top.on .logo {
	display: none;
}

.top.on .logo2 {
	float: left;
	display: block;
}

.top.on .logo2 img {}

.top2_right {
	position: relative;
	/* float: right; */

}

.left_logo {
	margin-left: 7.21rem;
	width: 7.76rem;
	height: 0.96rem;
}

.center{
margin-left: -5rem;
}

.right_jtzq{
	margin-right: .5rem;
}
.right_jtzq:hover .Aall{
	opacity: 0;
}


.right_jtzq .jtzq div {
	position: absolute;
    display: flex;
    right: 0.5rem !important;
    width: 10rem;
    display: flex;
    justify-content: space-between;
	z-index: 99;
}

.right_jtzq .jtzq div a {
	font-size: 0.43rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 0.48rem; */
}

.right_jtzq i {
	display: block;
	float: right;
	background-color: rgba(255, 255, 255, 0.5);
}

.top.on .right_jtzq a {
	color: #333;
}


.top.on .right_jtzq i {
	background-color: rgba(0, 0, 0, 0.2);
}





.top.on .sousuoform form input {
	border-bottom-color: #333;
	color: #333;
}



.nav2 {
	position: relative;
}

.nav2 .nav2Ico {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: right;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 0s;
	box-sizing: border-box;
	padding-right: 0.48rem;
}

.nav.on .nav2Ico {
	opacity: 1;
	visibility: inherit;
	transition-delay: 0.5s;
}

.top.on .nav.on .nav2Ico {
	border-right-color: #333;
}

.nav2 .nav2Ico i {
	display: inline-block;
	background: url(../images/navW.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.top.on .nav2 .nav2Ico i {
	background-image: url(../images/navB.png);
}

.nav2 .nav2box {
	margin-left: auto;
	width: 100%;
	opacity: 1;
	/*overflow: hidden;*/
	transition: opacity 0.5s;
	transition-delay: 0.5s;
}

.nav.on .nav2box {
	opacity: 0;
	transition-delay: 0s;
}

.nav {
	height: auto;
	margin-right: 50vw;
	transform: translateX(50%);
}

.nav2 .nav2box>ul {}

.nav2 .nav2box>ul>li {
	float: left;
}

.nav2 .nav2box>ul>li:hover ul {
	display: block;
}

.nav2 .nav2box>ul>li ul {
	display: none;
	background-color: rgba(0, 0, 0, 0.1);
}

.nav2 .nav2box>ul>li ul li {
	width: 100%;
}

.nav2 .nav2box>ul>li ul li a {
	font-weight: normal;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}

.nav2 .nav2box>ul>li ul li.noon a {
	opacity: 0.5
}

.nav2_zi {
	display: block;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 0.48rem;
	padding: .3rem 1rem;
}

.nav2 .nav2box>ul>li:hover .nav2_zi {
	color: rgba(255, 255, 255, 1);
	/* background-image: url(../images/xian.png);
	background-repeat: no-repeat;*/
	background-color: #0080cc;
}

.top.on .nav2 .nav2box>ul>li:hover .nav2_zi {
	color: #fff;
	font-weight: bold;
	background-color: #0080cc
}

.top.on .nav2 .nav2box>ul>li ul {
	background-color: rgba(0, 128, 204, 0);
	width: 100%;
}

.top.on .nav2 .nav2box>ul>li ul li a {
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	white-space: nowrap;
}

.top.on .sousuo {
	background-image: url(../images/sousuo2.png);
}

.top.on .nav2_zi {
	color: #333;
}

/* foot */
.homefoot {
	width: 100%;
	background-color: #3B3D4C;
}

.foot2 {
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-color: #a09fa4;
}

.foot2 ul li {
	float: left;
}

.foot2_zi {
	width: 100%;
	position: relative;
}
.foot2_zi::before{
	position: absolute;
	content: '';
	width: .5rem;
	height: 0.21rem;
	background: #0080cc;
	bottom: 0;
	left: 0;
}
.foot2_zi::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0.2rem;
	left: 0;
}

.foot2_zi a {
	color: #fff;
}

.foot2_zi a:hover {
	color: #fff !important;
}

.foot2_zi2 {
	width: 100%;
}

.foot2_zi2 a {
	color: #959499;
	line-height: 1.6rem;
}

.foot2_zi2 a:hover {
	color: #dadada;
}

.foot2_right {
	float: right;
}

.foot2_tu {}

.foot2_tu img {}

.foot2_tu2 {
	height: 2.35rem;
	float: right;
}

.foot2_tu2.foot2_tu2L {
	float: left;
}

.foot2_tu2 img {
	height: 2.35rem;
}

.foot3 {
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	color: #a09fa4;
	text-align: center;
}






.popad {
	z-index: 9999;
	position: fixed;
	right: 0;
	bottom: 10%;
	background-color: #198cd1;
}

.popadimg {}

.popadimg img {
	display: block;
	max-width: 100%;
}

.popad p {
	margin: 0;
	line-height: 0.48rem;
	text-align: center;
	color: #fff;
}




.top.on  .Aall{
	color: #333;
}

.Aall {
	font-size: 0.43rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.48rem;
	opacity: 1;
}

.navmob,
.navmob_b,
.sousuoformmob {
	display: none;
}

.newyear {
	display: none !important;
}


body.ovh {
	overflow: hidden;
}

.popad {
	width: 1.90rem;
}

.popadimg {
	width: 100% !important;
	height: auto !important;
	padding: 0.18rem 0.23rem;
	box-sizing: border-box;
}

.popadimg img {
	height: auto !important;
}

.popad p {
	font-size: 0.24rem;
	line-height: 1.5;
	padding: 0.12rem 0.14rem !important;
}

.popad p span {
	display: none;
}


.top {
	height: 1.89rem;
	box-sizing: border-box;
	/* padding: 0.48rem 0.32rem 0.30rem 0.32rem; */
	box-sizing: border-box;
}

.top.opennav {
	background-color: #fff;
}

.top.opennav .logo {
	display: none;
}

.top.opennav .logo2 {
	display: block;
}

.top2 {
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}

.top .logo2 {
	float: left;
}

.top .logo,
.top .logo2 {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
}

.top .logo img,
.top .logo2 img {
	width: 100% !important;
}

.navmob {
	display: block;
	float: right;
	position: relative;
	width: 0.68rem;
	height: 0.45rem;
}

.navmob:after,
.navmob:before {
	content: '';
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	top: 50%;
	margin-top: -0.09rem;
	height: 0.10rem;
	background-color: #fff;
	transition: all 0.3s ease-in;
}

.navmob:after {
	margin-top: 0.09rem;
	width: 0.42rem;
}

.top.on .navmob:after,
.top.on .navmob:before,
.navmob.on:after,
.navmob.on:before {
	background-color: #007fcb;
}

.navmob.on:after {
	width: 100%;
	margin-top: 0;
	transform: translateY(-50%) rotate(45deg);
}

.navmob.on:before {
	margin-top: 0;
	transform: translateY(-50%) rotate(-45deg);
}




.nav {
	height: auto;

}

.nav2 {
	float: none;
	width: 100%;
	height: auto;
}

.nav2 .nav2box {
	padding-bottom: 0;
}

.nav2 .nav2box>ul {
	width: 100%;
	height: auto;
	/* width: 2.83rem; */
	position: relative;
}

.nav2 .nav2box>ul>li {
	width: auto;
}

.nav2 .nav2box>ul>li,
.nav2 .nav2box>ul>li ul li {
	height: auto;
	float: none;
	/* margin-bottom: 0.90rem; */
}

.nav2 .nav2box>ul>li:last-child,
.nav2 .nav2box>ul>li ul li:last-child {
	margin-bottom: 0;
}

/* .nav2 .nav2box>ul>li a,
	.nav2 .nav2box>ul>li ul li a {
		font-size: 0.30rem;
		line-height: 0.35rem;
		padding-left: 0.60rem;
		text-align: left;
		height: auto;
		color: #38383a;
	}

	.top.on .nav2 .nav2box>ul>li:hover .nav2_zi {
		color: #38383a;
		font-weight: normal;
		background-color: transparent;
	}

	.top.on .nav2 .nav2box>ul>li ul li a {
		background-color: transparent;
		color: #38383a;
	}

	.nav2 .nav2box>ul>li:hover .nav2_zi {
		background: none;
		background-color: transparent;
		color: #38383a;
	} */



.top .nav2 .nav2box>ul>li ul {
	padding-top: 0;
	background-color: transparent;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	width: 100%;

}
.top .nav2 .nav2box>ul>li ul li:hover a{
	color: rgba(255, 255, 255, 1);
	background-color: #0080cc;
}

.top .nav2 .nav2box>ul>li ul li a {
    color: #38383a;
    display: block;
    text-align: center;
    font-size: 0.48rem;
    padding: 0.3rem 0rem;
}

.nav2 .nav2Ico {
	display: none;
}


.navmob_b {
	display: block;
	font-size: 0.24rem;
	color: #38383a;
	padding-top: 0.40rem;
	height: auto;
	text-align: center;


	display: flex;
	justify-content: center;
}





.homefoot {
	padding: 0.70rem 0.32rem 0;
	box-sizing: border-box;
}

.foot2 {
	height: auto;
	padding-bottom: 0.45rem;
}

.foot2 ul {
	display: none;
}

.foot2 {
	width: auto;
}

.foot2_right {
	float: none;
	text-align: center;
	width: 100%;
	height: auto;
	text-align: center;
}

.foot2_tu {
	width: auto;
	height: auto;
}

.foot2_tu img {
	display: block;
	margin: 0 auto;
	width: 3.40rem;
}

.foot2_tu2 {
	width: 0.90rem;
	height: auto;
	display: inline-block;
	float: none !important;
	margin: 0.42rem 0.32rem 0;
}

.foot2_tu2 img {
	display: block;
	width: 100%;
	height: auto;
}

.foot3 {
	padding: 0.24rem 0;
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.36rem;
	width: 100%;
}

.foot3 a {
	color: #a09fa4;
}


.homefoot {
	background-color: rgba(59, 61, 76, 1);
	width: 100vw;
	/* max-height: calc(100vh - 1.89rem); */
	margin-top: -0.053rem;
}

.homefoot .section_13 {
	width: 37.147rem;
	height: 3.147rem;
	margin: 0.907rem auto 0;
}

.homefoot .image-text_1 {
	width: 9.094rem;
	height: 3.147rem;
}

.homefoot .image-text_2 {
	width: 9.094rem;
	height: 3.147rem;
}

.homefoot .image-wrapper_3 {
	width: 0.534rem;
	height: 1.814rem;
	/* margin-top: 1.334rem; */
	color: #fff;
	font-size: 0.48rem;
	line-height: 0;
}

.homefoot .image-wrapper_3 img {
	margin-right: .32rem;
}

.homefoot .thumbnail_2 {
	width: 0.534rem;
	height: 0.4rem;
}

.homefoot .image_9 {
	width: 0.427rem;
	height: 0.56rem;
	/* margin: 0.854rem 0 0 0.054rem; */
}

.homefoot .paragraph_8 {
	width: 8.294rem;
	height: 3.04rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 0.48rem;
	font-family: SourceHanSansCN-Normal;
	text-align: left;
	line-height: 1.28rem;
}

.homefoot .thumbnail_3 {
	width: 0.427rem;
	height: 0.534rem;
	/* margin: 0 8.614rem 0 -9.04rem; */
}

.homefoot .image_10 {
	width: 14.587rem;
	height: 1.787rem;
	margin-left: 2.134rem;
}

.homefoot .image_11 {
	width: 2.64rem;
	height: 2.667rem;
	margin: 0.027rem 0 0 4.987rem;
}

.homefoot .image_12 {
	width: 2.694rem;
	height: 2.72rem;
	margin-left: 1.014rem;
}

.homefoot .section_14 {
	background-color: rgba(117, 121, 151, 0.28);
	height: 14.054rem;
	width: 37.307rem;
	margin: 1.654rem auto 0;
}

.homefoot .section_14 ul {
	display: flex;
	justify-content: space-between;
	padding: 2.2rem 6rem;
}

.homefoot .section_14 ul .foot2_zi {
	font-size: 0.75rem;
	padding-bottom: 0.6rem;
}

.homefoot .section_14 ul .foot2_zi2 {
	font-size: 0.48rem;
}


.homefoot .section_15 {
	background-color: rgba(117, 121, 151, 0.28);
	width: 37.307rem;
	height: 3.68rem;
	margin: 0.507rem auto;
}

.homefoot .text_52 {
	width: 2.534rem;
	height: 0.614rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 0.64rem;
	font-family: SourceHanSansCN-Normal;
	font-weight: NaN;
	text-align: center;
	white-space: nowrap;
	line-height: 0.96rem;
	margin: 0.907rem auto 0.3rem;
}

.homefoot .text_53 {
	/* width: 9.067rem; */
	height: 0.427rem;
	overflow-wrap: break-word;
	color: rgba(232, 232, 232, 1);
	font-size: 0.426rem;
	font-family: SourceHanSansCN-Normal;
	font-weight: NaN;
	text-align: center;
	white-space: nowrap;
	line-height: 0.96rem;
	margin: 0.8rem auto;
}
.homefoot .text_53 a{
	padding: 0 .2rem;
	 color: #fff;

}


.homefoot .text_54 {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 20.88rem; */
	height: 0.427rem;
	overflow-wrap: break-word;
	color: rgba(103, 107, 130, 1);
	font-size: 0.426rem;
	font-family: SourceHanSansCN-Normal;
	font-weight: NaN;
	text-align: left;
	white-space: nowrap;
	line-height: 0.8rem;
	margin: .6rem  auto;
}
.homefoot .text_54 a{
	padding: 0 .2rem;
	color: #676B82;
}